﻿2026-06-15T10:06:02.5938577Z ##[group]Run actions/checkout@v5
2026-06-15T10:06:02.5938834Z with:
2026-06-15T10:06:02.5939153Z   repository: SaberMage/spt-shell-notify
2026-06-15T10:06:02.5939401Z   path: .adapter-notify
2026-06-15T10:06:02.5941639Z   token: ***
2026-06-15T10:06:02.5941826Z   ssh-strict: true
2026-06-15T10:06:02.5942016Z   ssh-user: git
2026-06-15T10:06:02.5942193Z   persist-credentials: true
2026-06-15T10:06:02.5942401Z   clean: true
2026-06-15T10:06:02.5942590Z   sparse-checkout-cone-mode: true
2026-06-15T10:06:02.5942800Z   fetch-depth: 1
2026-06-15T10:06:02.5942984Z   fetch-tags: false
2026-06-15T10:06:02.5943176Z   show-progress: true
2026-06-15T10:06:02.5943357Z   lfs: false
2026-06-15T10:06:02.5943529Z   submodules: false
2026-06-15T10:06:02.5943720Z   set-safe-directory: true
2026-06-15T10:06:02.5943919Z env:
2026-06-15T10:06:02.5944106Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T10:06:02.5944341Z ##[endgroup]
2026-06-15T10:06:02.7654378Z Syncing repository: SaberMage/spt-shell-notify
2026-06-15T10:06:02.7654941Z ##[group]Getting Git version info
2026-06-15T10:06:02.7655332Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-15T10:06:02.7656584Z [command]/usr/bin/git version
2026-06-15T10:06:02.7723523Z git version 2.43.0
2026-06-15T10:06:02.7740079Z ##[endgroup]
2026-06-15T10:06:02.7750178Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/11848393-f733-429f-bdd2-28349025040c' before making global git config changes
2026-06-15T10:06:02.7750887Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T10:06:02.7753141Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T10:06:02.7782815Z ##[group]Initializing the repository
2026-06-15T10:06:02.7785500Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-15T10:06:02.7811133Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-15T10:06:02.7811725Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-15T10:06:02.7812222Z hint: of your new repositories, which will suppress this warning, call:
2026-06-15T10:06:02.7812603Z hint: 
2026-06-15T10:06:02.7812880Z hint: 	git config --global init.defaultBranch <name>
2026-06-15T10:06:02.7813213Z hint: 
2026-06-15T10:06:02.7813519Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-15T10:06:02.7814005Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-15T10:06:02.7814399Z hint: 
2026-06-15T10:06:02.7814605Z hint: 	git branch -m <name>
2026-06-15T10:06:02.7815997Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-15T10:06:02.7822872Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-15T10:06:02.7846580Z ##[endgroup]
2026-06-15T10:06:02.7846975Z ##[group]Disabling automatic garbage collection
2026-06-15T10:06:02.7849033Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T10:06:02.7873354Z ##[endgroup]
2026-06-15T10:06:02.7873721Z ##[group]Setting up auth
2026-06-15T10:06:02.7879128Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T10:06:02.7901890Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T10:06:02.8110735Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T10:06:02.8134250Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T10:06:02.8318352Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T10:06:02.8346100Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T10:06:02.8532214Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T10:06:02.8563173Z ##[endgroup]
2026-06-15T10:06:02.8563659Z ##[group]Determining the default branch
2026-06-15T10:06:02.8566384Z Retrieving the default branch name
2026-06-15T10:06:03.3375194Z Default branch 'main'
2026-06-15T10:06:03.3376004Z ##[endgroup]
2026-06-15T10:06:03.3376392Z ##[group]Fetching the repository
2026-06-15T10:06:03.3380550Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-15T10:06:04.0658470Z From https://github.com/SaberMage/spt-shell-notify
2026-06-15T10:06:04.0659137Z  * [new branch]      main       -> origin/main
2026-06-15T10:06:04.0676962Z ##[endgroup]
2026-06-15T10:06:04.0677324Z ##[group]Determining the checkout info
2026-06-15T10:06:04.0679581Z ##[endgroup]
2026-06-15T10:06:04.0684101Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T10:06:04.0719269Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T10:06:04.0746080Z ##[group]Checking out the ref
2026-06-15T10:06:04.0748570Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T10:06:04.0785396Z Switched to a new branch 'main'
2026-06-15T10:06:04.0785702Z branch 'main' set up to track 'origin/main'.
2026-06-15T10:06:04.0789503Z ##[endgroup]
2026-06-15T10:06:04.0820233Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T10:06:04.0842702Z ee2d37eadc730c0019e0af82d683074c509634a2
